home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / business / cntws11a.zip / PURCTEMP.MDX (.txt) < prev    next >
dBASE Multiple Index  |  1997-05-19  |  12KB  |  62 lines

  1. PURCTEMP
  2. Do not remove this line
  3. PROCEDURE B_SHTDT     && Main program
  4. *-----------------------------------------------------------------
  5. * NAME
  6. *   C:\CENTWISE\CENT2\B_SHTDT.PRG - Main program for form.
  7. *-----------------------------------------------------------------
  8.     PRIVATE lTalk, lVoid, cOldProc, cFormRun, cDispMode, cNewMode
  9.     IF SET( 'TALK' ) = 'ON'
  10.         SET TALK OFF
  11.         lTalk = .T.
  12.     ELSE
  13.         lTalk = .F.
  14.     ENDIF
  15.     *--------------------------------------
  16. ACT_CODE
  17. FIRST_REF
  18. STOCK_CODE
  19. SUB_CODE
  20. JOB_CODE
  21. that FORMRUN.DBO
  22.     *-- is in the same directory as your exe file.
  23.     *-- Please note that the Automatic Link feature
  24.     *-- doesn't notice FORMRUN.DBO because of the
  25.     *-- macro expansion for the SET PROCEDURE.
  26.     *----------------------------------------------
  27.     cOldProc = SET( 'PROCEDURE' )
  28.     IF [dBASE Compiler] $ VERSION(0)
  29.         SET PROCEDURE TO FORMRUN
  30.     ELSE
  31.         cFormRun = HOME() + 'FORMRUN'
  32.         SET PROCEDURE TO ( cFormRun )
  33.     ENDIF
  34. #line 1 "B_SHTDT.DFM"
  35. *......................................................
  36. * C:\CENTWISE\CENT2\B_SHTDT.DFM
  37. *   15/02/97  09:21:14
  38. *......................................................
  39. *..............................................................
  40. * Please do NOT include any Browse objects in this file.
  41. * Any memvars used for property values should be initialized
  42. * in the driver .PRG file that goes along with this file AFTER
  43. * the #include statement.
  44. *..............................................................
  45. *.............................................................
  46. * WARNING: Using & to designate pick characters may result in
  47. * unintended macro expansions within strings.  Use ~~ around
  48. * pick characters to avoid this behavior.  Future versions of
  49. * dBASE for DOS will not support macro expansions within
  50. * quoted strings.
  51. *............................
  52. ACT_CODE
  53. ACT_CODE
  54. FIRST_REF
  55. FIRST_REF
  56. STOCK_CODE
  57. STOCK_CODE
  58. SUB_CODE
  59. SUB_CODE
  60. JOB_CODE
  61. JOB_CODE
  62.